Skip to content

Adding WebView2 support, changed screen recording logic and changed logic of attaching root element#77

Merged
teo-nikolov merged 29 commits intomainfrom
develop
Apr 14, 2026
Merged

Adding WebView2 support, changed screen recording logic and changed logic of attaching root element#77
teo-nikolov merged 29 commits intomainfrom
develop

Conversation

@teo-nikolov
Copy link
Copy Markdown
Collaborator

Proposed changes

Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue.

Types of changes

What types of changes does your code introduce to Appium?
Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices apply)

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

  • I have read the Contributing Guide
  • I have signed the CLA
  • Lint passes locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added the necessary documentation (if appropriate)
  • Any dependent changes have been merged and published in downstream modules

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...

teo-nikolov and others added 28 commits October 20, 2025 10:18
## [1.2.0-preview.1](v1.1.0...v1.2.0-preview.1) (2025-10-20)

### Features

* add "none" session option to start without attaching to any element ([22586a2](22586a2))
* add appWorkingDir, prerun, postrun, and isolatedScriptExecution capabilities ([5a581ae](5a581ae))

### Bug Fixes

* allow elementId with optional x/y offsets for click/hover ([2d01246](2d01246))
* make modifierKeys case-insensitive ([7a05300](7a05300))
* update ESLint config ([2e08f8d](2e08f8d))

### Miscellaneous Chores

* add extra logging ([5da452f](5da452f))
* bump peerDependency appium to ^3.1.0 ([cdee0ca](cdee0ca))
* configure semantic-release branches for stable and preview releases ([a4a1fa2](a4a1fa2))
* remove unnecessary ESLint ignore comments ([4c70038](4c70038))
* upgrade dependencies and devDependencies to latest versions ([4fd016c](4fd016c))
Added logging for app initialization
## [1.2.0-preview.2](v1.2.0-preview.1...v1.2.0-preview.2) (2026-04-02)

### Bug Fixes

* version bump ([a872a23](a872a23))
## [1.4.0-preview.1](v1.3.1...v1.4.0-preview.1) (2026-04-02)

### Features

* **webview:** enable WebView2 support ([644034f](644034f))

### Miscellaneous Chores

* **release:** 1.2.0-preview.1 [skip ci] ([f9cb5c5](f9cb5c5))
* **release:** 1.2.0-preview.2 [skip ci] ([6ad9bdb](6ad9bdb))
## [1.4.0-preview.2](v1.4.0-preview.1...v1.4.0-preview.2) (2026-04-02)

### Bug Fixes

* debug cdp json issue ([fe3f762](fe3f762))
## [1.4.0-preview.3](v1.4.0-preview.2...v1.4.0-preview.3) (2026-04-02)

### Bug Fixes

* fixed port cdpRequest issue ([37b9291](37b9291))
fix(debug): changed logic for finding window on app launch
## [1.4.0-preview.4](v1.4.0-preview.3...v1.4.0-preview.4) (2026-04-09)

### Bug Fixes

* **debug:** changed logic for finding window on app launch ([00edf24](00edf24))
## [1.4.0-preview.5](v1.4.0-preview.4...v1.4.0-preview.5) (2026-04-14)

### Features

* making screen recorder ffmpeg auto-downloadable and updated webview capability names ([095b2af](095b2af))

### Bug Fixes

* changed logic of attaching the root window not working on some machines ([ee12870](ee12870))
* **webview:** fix current webview not being set ([a08f775](a08f775))
* **webview:** fix error when no webview endpoint is available ([c15567c](c15567c))
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 1.4.0-preview.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 1.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants